home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / PCWK-txt / Upgrade Advisor / UpgAdv.exe / RCDATA / CABINET / i386 / win9xmig / dmicall / dmicall.inf next >
Windows Setup INFormation  |  2001-07-21  |  2KB  |  81 lines

  1. ;;
  2. ;; DMICall.inf -- Sony DMI Call Device INF for Windows 2000
  3. ;;
  4. ;;  Copyright 2000 Sony Corporation
  5. ;;
  6.  
  7. [Version]
  8. signature="$Windows NT$"
  9. Class=DMICall
  10. ClassGuid={8B48AB61-F04A-44d0-A0F6-3EA4F5462C0E}
  11. Provider=%Sony%
  12.  
  13. [ControlFlags]
  14. ; All PnP devices should be excluded from manual AddDevice Applet list
  15. ExcludeFromSelect=*
  16.  
  17. [DestinationDirs]
  18. defaultdestdir=12
  19. ;DMICall.CopyFiles=12
  20.  
  21. ; =================== Class Sections ===========================
  22.  
  23. [ClassInstall32]
  24. Addreg=DMICallClassReg
  25.  
  26. [DMICallClassReg]
  27. HKR,,,,%DMICallClassName%
  28. HKR,,Icon,,0
  29. HKR,,NoDisplayClass,,1
  30.  
  31. ; =================== Table of content =========================
  32.  
  33. [Manufacturer]
  34. %SonyMfg%=Sony
  35.  
  36. ; =================== Sony ========================
  37.  
  38. [Sony]
  39. %SONY_DMI_CALL.DeviceDesc%=DMICall,SONY_DMI_CALL
  40.  
  41. [DMICall]
  42. AddReg=DMICall.AddReg
  43. CopyFiles=DMICall.CopyFiles
  44.  
  45. [DMICall.AddReg]
  46. HKR,,DevLoader,,*ntkern
  47. HKR,,NTMPDriver,,"DMICall.sys"
  48.  
  49. [DMICall.NT]
  50. AddReg=DMICall.AddReg
  51. CopyFiles=DMICall.CopyFiles
  52.  
  53. [DMICall.NT.Services]
  54. AddService = DMICall,2,DMICall_ServiceInstallSection
  55.  
  56. [DMICall_ServiceInstallSection]
  57. DisplayName=%SONY_DMI_CALL.service.DeviceDesc%
  58. ServiceType=1
  59. StartType=1
  60. ErrorControl=1
  61. ServiceBinary=%12%\DMICall.sys
  62.  
  63. [DMICall.CopyFiles]
  64. DMICall.sys
  65.  
  66.  
  67. [SourceDisksNames]
  68. 1="Sony DMI Call Install Disk",,0
  69.  
  70. [SourceDiskFiles]
  71. DMICall.sys = 1
  72.  
  73.  
  74. [Strings]
  75. Sony="Sony Corporation" 
  76. DMICallClassName="Sony DMI Call Devices"
  77.  
  78. SonyMfg="Sony Corporation"
  79. SONY_DMI_CALL.DeviceDesc="Sony DMI Call driver"
  80. SONY_DMI_CALL.service.DeviceDesc="Sony DMI Call service"
  81.